Function DeleteField(FieldName As String) As Boolean
This method removes an existing field from the Rowset. If the field contains any data, that data is lost.
FieldName
The name of the field you want to delete from the Rowset.
A Boolean value indicating whether or not the field was successfully deleted. If the field does not exist, this function will return False.
cdoRowset.DeleteField "Company Name"
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |